home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 February / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Klienci P2P / eD2k / eMule 0.47c / eMule0.47c-Installer.exe / Template.eMuleSkin.ini < prev    next >
INI File  |  2005-06-16  |  15KB  |  576 lines

  1. ; this file is part of eMule
  2. ; Copyright (C)2002-2004 Merkur ( devs@emule-project.net / http://www.emule-project.net )
  3. ; This program is free software; you can redistribute it and/or
  4. ; modify it under the terms of the GNU General Public License
  5. ; as published by the Free Software Foundation; either
  6. ; version 2 of the License, or (at your option) any later version.
  7. ; This program is distributed in the hope that it will be useful,
  8. ; but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.    See the
  10. ; GNU General Public License for more details.
  11. ; You should have received a copy of the GNU General Public License
  12. ; along with this program; if not, write to the Free Software
  13. ; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  14. ; *****************************************************************************
  15. ; eMule Skin Template
  16. ; *****************************************************************************
  17. ;
  18. ; Hint: If you start creating and customizing a skin you may want instantly
  19. ; see the changes you made to the skin profile. While a skin is not
  20. ; automatically reloaded once it has changed, there is though a short cut for
  21. ; reloading an already loaded skin.
  22. ;
  23. ;   Right Click on the Main Toolbar while holding down the Ctrl-Key will
  24. ;   reload the currently loaded skin and any changes made to the skin will
  25. ;   be applied.
  26.  
  27. [Colors]
  28.  
  29. ; *****************************************************************************
  30. ; Specifying colors for controls
  31. ; *****************************************************************************
  32. ;
  33. ; For the following controls one can specify the background, foreground and
  34. ; highlight color.
  35. ;
  36. ; Syntax:
  37. ; -------
  38. ;
  39. ;  <Control>Bk = <red>, <green>, <blue> ... Background color (RGB)
  40. ;  <Control>Fg = <red>, <green>, <blue> ... Foreground/text color (RGB)
  41. ;  <Control>Hl = <red>, <green>, <blue> ... Highlight color (RGB)
  42. ;
  43. ;  <Control> ... Keyword of the control (case insensitive)
  44. ;  <red> ....... Red color in decimal, hexdecimal or octal notation
  45. ;  <green> ..... Green color in decimal, hexdecimal or octal notation
  46. ;  <blue> ...... Blue color in decimal, hexdecimal or octal notation
  47. ;  
  48. ; Examples:
  49. ; ---------
  50. ;
  51. ;  ServersLvBk = 245,255,245
  52. ;  ServersLvFg = 255, 30, 30
  53. ;  DownloadsLvBk=0xff,0xf5,0xf5
  54.  
  55.  
  56. ; Default listview colors; if no other listview colors (see list below) are
  57. ; specified, those default listview colors will be used.
  58. DefLvBk                =
  59. DefLvFg                =
  60. DefLvHl                =
  61.  
  62. ; Server window / Servers list
  63. ServersLvBk            =
  64. ServersLvFg            =
  65. ServersLvHl            =
  66.  
  67. ; Search window / Search Results
  68. SearchResultsLvBk    =
  69. SearchResultsLvFg    =
  70. SearchResultsLvHl    =
  71. SearchResultsLvFg_Downloading     =
  72. SearchResultsLvFg_DownloadStopped =
  73. SearchResultsLvFg_Sharing         =
  74. SearchResultsLvFg_Known           =
  75. SearchResultsLvFg_AvblyBase       =
  76.  
  77. ; Transfer window / Downloads list
  78. DownloadsLvBk        =
  79. DownloadsLvFg        =
  80. DownloadsLvHl        =
  81.  
  82. ; Transfer window / Uploads list
  83. UploadsLvBk            =
  84. UploadsLvFg            =
  85. UploadsLvHl            =
  86.  
  87. ; Transfer window / Queued Clients list
  88. QueuedLvBk            =
  89. QueuedLvFg            =
  90. QueuedLvHl            =
  91.  
  92. ; Transfer window / Known Clients list
  93. ClientsLvBk            =
  94. ClientsLvFg            =
  95. ClientsLvHl            =
  96.  
  97. ; Message window / Friends list
  98. FriendsLvBk            =
  99. FriendsLvFg            =
  100. FriendsLvHl            =
  101.  
  102. ; IRC window / Nicks list
  103. IRCNicksLvBk        =
  104. IRCNicksLvFg        =
  105. IRCNicksLvHl        =
  106.  
  107. ; IRC window / Channels list
  108. IRCChannelsLvBk        =
  109. IRCChannelsLvFg        =
  110. IRCChannelsLvHl        =
  111.  
  112. ; Shared files window / Shared files list
  113. SharedFilesLvBk        =
  114. SharedFilesLvFg        =
  115. SharedFilesLvHl        =
  116.  
  117. ; Kademlia window / Contatcs
  118. KadContactsLvBk        =
  119. KadContactsLvFg        =
  120. KadContactsLvHl        =
  121.  
  122. ; Kademlia window / Search actions
  123. KadActionsLvBk        =
  124. KadActionsLvFg        =
  125. KadActionsLvHl        =
  126.  
  127. ; Statistics window / Statistics tree
  128. StatisticsTvBk        =
  129. StatisticsTvFg        =
  130.  
  131. ; Log window
  132. LogFg               =
  133. LogBk               =
  134.  
  135. ; Verbose Log window
  136. VerboseLogFg        =
  137. VerboseLogBk        =
  138.  
  139. ; Server info window
  140. ;ServerInfoLogFg    =
  141. ServerInfoLogBk     =
  142.  
  143. ; Message (Chat) windows
  144. ;ChatFg             =
  145. ChatBk              =
  146.  
  147. ; IRC status, channel windows
  148. ;IRCChannelFg       =
  149. IRCChannelBk        =
  150.  
  151.  
  152.  
  153. [Icons]
  154.  
  155. ; *****************************************************************************
  156. ; Specifying icon resource files
  157. ; *****************************************************************************
  158. ;
  159. ; Syntax:
  160. ; -------
  161. ;
  162. ;  <IconID> = <Path> [ , <IconIndex> | <ResourceID> ]
  163. ;
  164. ;  <IconID> ... Identifier of the icon (case insensitive)
  165. ;  <Path> ..... Path to the icon resource file. The path may also contain
  166. ;               environment variables enclosed in '%' characters. For easier
  167. ;               distribution of eMule Skin Profiles, the paths should be
  168. ;               specified *relative* or with system environment variables.
  169. ;  <IconIndex>  Index of the icon in the icon resource file icon table.
  170. ;  <ResID>      Resource identifier of the icon in the icon resource file.
  171. ;
  172. ;
  173. ; Icon resource files can be specified with relative paths (RECOMMENDED). The root
  174. ; directory for all icon resource files is the directory of skin profile file.
  175. ;
  176. ; Example:
  177. ; --------
  178. ;   If the skin profile file's path is:
  179. ;
  180. ;     C:\Program Files\eMule\Skins\MySkin.eMuleSkin.ini
  181. ;
  182. ;    and the icon resource files are specified with
  183. ;
  184. ;     bn_connect=MySkin\Connect.ico
  185. ;     bn_server=MySkin\Server.ico
  186. ;     ...
  187. ;
  188. ;   the icon resource files are loaded from
  189. ;
  190. ;     C:\Program Files\eMule\Skins\MySkin\Connect.ico
  191. ;     C:\Program Files\eMule\Skins\MySkin\Server.ico
  192. ;
  193. ;
  194. ; Icon resource files can be specified with environment strings. The environment
  195. ; strings which can be used here are defined by the operating system. The following
  196. ; example assumes a Windows XP system. Note that there are no real absolute paths
  197. ; specified. This profile can therefore be used on each Windows XP system.
  198. ;
  199. ; Example:
  200. ; --------
  201. ;     Disconnect           =%SystemRoot%\system32\shell32.dll,27
  202. ;     StopConnecting       =%SystemRoot%\system32\user32.dll,3
  203. ;     Kademlia             =%SystemRoot%\system32\shell32.dll,13
  204. ;     Server               =%SystemRoot%\system32\ntshrui.dll,2
  205. ;     Transfer             =%SystemRoot%\system32\shell32.dll,126
  206. ;     Search               =%SystemRoot%\system32\shell32.dll,22
  207. ;     SharedFiles          =%SystemRoot%\system32\shell32.dll,158
  208. ;     Messages             =%CommonProgramFiles%\Microsoft Shared\Speech\1031\spcplui.dll,4
  209. ;     IRC                  =%SystemRoot%\system32\shell32.dll,160
  210. ;     Statistics           =%SystemRoot%\system32\shell32.dll,166
  211. ;     Preferences          =%SystemRoot%\system32\shell32.dll,165
  212. ;     Tools                =%SystemRoot%\system32\main.cpl,10
  213. ;     Help                 =%SystemRoot%\system32\shell32.dll,23
  214. ;
  215. ; Resolution of icon resource files
  216. ; ---------------------------------
  217. ; All icons are expected to be 16x16 pixels if not *otherwise* noted!
  218.  
  219. ; Main toolbar buttons; resolution of icons = 32x32 and 16x16
  220. ; -------------------------------------------------
  221. Connect                    =
  222. Disconnect                =
  223. StopConnecting            =
  224. Kademlia                =
  225. Server                    =
  226. Transfer                =
  227. Search                    =
  228. SharedFiles             =
  229. Messages                =
  230. IRC                        =
  231. Statistics                =
  232. Preferences                =
  233. Tools                    =
  234. Help                    =
  235.  
  236.  
  237. ; Preferences dialog; icons not listed here are taken from according 'Main Toolbar' icons (16x16)
  238. ; -----------------------------------------------------------------------------------------------
  239. Display                    =
  240. Connection                =
  241. Proxy                    =
  242. Folders                    =
  243. Notifications            =
  244. Scheduler                =
  245. Security                =
  246. Tweak                    =
  247. Web                        =
  248.  
  249.  
  250. ; Client types (the 'plus' suffix means = has credits)
  251. ; -------------------------------------------------
  252. ClientEdonkey           =
  253. ClientEdonkeyPlus       =
  254.  
  255. ClientCompatible        =
  256. ClientCompatiblePlus    =
  257.  
  258. ClientEdonkeyHybrid     =
  259. ClientEdonkeyHybridPlus =
  260.  
  261. ClientMldonkey          =
  262. ClientMldonkeyPlus      =
  263.  
  264. ClientShareaza          =
  265. ClientShareazaPlus      =
  266.  
  267. ClientAMule             =
  268. ClientAMulePlus         =
  269.  
  270. ClientLPhant            =
  271. ClientLPhantPlus        =
  272.  
  273. ; Icon overlay image for successfully identified secure clients
  274. ClientSecureOvl         =
  275.  
  276.  
  277. ; Source states
  278. ; -------------------------------------------------
  279. SrcConnecting           =
  280. SrcDownloading          =
  281. SrcNnpQf                =
  282. SrcOnQueue              =
  283. SrcUnknown              =
  284.  
  285.  
  286. ; File ratings
  287. ; -------------------------------------------------
  288. Rating_Excellent        =
  289. Rating_Fair                =
  290. Rating_Fake                =
  291. Rating_Good                =
  292. Rating_NotRated            =
  293. Rating_Poor                =
  294.  
  295.  
  296. ; Client/Friend menu
  297. ; -------------------------------------------------
  298. AddFriend                =
  299. DeleteFriend            =
  300. FriendSlot                =
  301. ViewFiles                =
  302. SendMessage                =
  303. ClientDetails            =
  304.  
  305.  
  306. ; Friend types
  307. ; -------------------------------------------------
  308. Friend                  =
  309. FriendConnected         =
  310. FriendNoClient          =
  311. FriendWithClient        =
  312.  
  313.  
  314. ; Kademlia search actions
  315. ; -------------------------------------------------
  316. KadFileSearch           =
  317. KadNodeSearch           =
  318. KadStoreFile            =
  319. KadStoreWord            =
  320. KadWordSearch           =
  321.  
  322.  
  323. ; Kademlia contact types (0 = good contact ... 4 = dead contact)
  324. ; --------------------------------------------------------------
  325. Contact0                =
  326. Contact1                =
  327. Contact2                =
  328. Contact3                =
  329. Contact4                =
  330.  
  331.  
  332. ; Search window
  333. ; -------------------------------------------------
  334. SearchParams            =
  335. SearchResults           =
  336. ; Search methods; resolution of icons = 13x13 and 16x16
  337. SearchMethod_Server     =
  338. SearchMethod_Global     =
  339. SearchMethod_Kademlia   =
  340. SearchMethod_ServerActive=
  341. SearchMethod_GlobalActive=
  342. SearchMethod_KademliaActive=
  343. SearchMethod_FileDonkey =
  344. SearchFileType_Any        =
  345. SearchFileType_Archive    =
  346. SearchFileType_Audio    =
  347. SearchFileType_CDImage    =
  348. SearchFileType_Picture    =
  349. SearchFileType_Program    =
  350. SearchFileType_Video    =
  351. SearchFileType_Document    =
  352. SearchFileType_EmuleCollection =
  353.  
  354.  
  355. ; Statistics window
  356. ; -------------------------------------------------
  357. StatsClients            =
  358. StatsCumulative         =
  359. StatsDetail                =
  360. StatsDay                =
  361. StatsGeneric            =
  362. StatsProjected            =
  363. StatsMonth              =
  364. StatsTime                =
  365. StatsYear               =
  366. StatsRecords            =
  367. Harddisk                =
  368.  
  369.  
  370. ; Status bar / Statistics
  371. ; -------------------------------------------------
  372. ConnectedNotNot            =
  373. ConnectedNotLow            =
  374. ConnectedNotHigh        =
  375. ConnectedLowNot            =
  376. ConnectedLowLow            =
  377. ConnectedLowHigh        =
  378. ConnectedHighNot        =
  379. ConnectedHighLow        =
  380. ConnectedHighHigh        =
  381. Up0Down0                =
  382. Up0Down1                =
  383. Up1Down0                =
  384. Up1Down1                =
  385. TransferUpDown            =
  386. Upload                  =
  387. Download                =
  388.  
  389.  
  390. ; Server window
  391. ; -------------------------------------------------
  392. ServerList              =
  393. ServerInfo              =
  394. ServerUpdateMET         =
  395. AddServer               =
  396. Info                    =
  397. Log                     =
  398.  
  399.  
  400. ; Transfer window
  401. ; -------------------------------------------------
  402. DownloadFiles            =
  403. SplitWindow                =
  404. ClientsOnQueue            =
  405. ClientsKnown            =
  406.  
  407.  
  408. ; Shared files window
  409. ; -------------------------------------------------
  410. SharedFilesList            =
  411. FileCommentsOvl            =
  412. FileSharedServer        =
  413. FileSharedKad            =
  414.  
  415.  
  416. ; Tray icon
  417. ; -------------------------------------------------
  418. TrayConnected           =
  419. TrayLowID               =
  420. TrayNotConnected        =
  421.  
  422.  
  423. ; Tray menu
  424. ; -------------------------------------------------
  425. Speed                    =
  426. SpeedMin                =
  427. SpeedMax                =
  428. RestoreWindow            =
  429. Exit                    =
  430.  
  431.  
  432. ; Preview dialog
  433. ; -------------------------------------------------
  434. Back                    =
  435. Forward                 =
  436. Cancel                  =
  437.  
  438.  
  439. ; Message/Chat window
  440. ; -------------------------------------------------
  441. Chat                    =
  442. Message                 =
  443. MessagePending          =
  444.  
  445.  
  446. ; Kad window
  447. ; -------------------------------------------------
  448. KadBootstrap            =
  449. KadContactList          =
  450. KadCurrentSearches      =
  451.  
  452.  
  453. ; General (file) actions
  454. ; -------------------------------------------------
  455. Rename                    =
  456. Pause                    =
  457. Resume                    =
  458. Stop                    =
  459. Delete                    =
  460. Preview                    =
  461. ClearComplete            =
  462. Restore                    =
  463. OpenFile                =
  464. OpenFolder                =
  465.  
  466.  
  467. ; General edit actions
  468. ; -------------------------------------------------
  469. Copy                    =
  470. CopySelected            =
  471. CopyVisible                =
  472. DeleteSelected            =
  473.  
  474.  
  475. ; File related
  476. ; -------------------------------------------------
  477. FileInfo                =
  478. FileComments            =
  479. MediaInfo                =
  480. MetaData                =
  481. FileRename                =
  482. FilePriority            =
  483.  
  484.  
  485. ; Diverse
  486. ; -------------------------------------------------
  487.  
  488. ; Closeable tab control
  489. CloseTab                =
  490.  
  491. ; Partfile conversion
  492. Convert                 =
  493.  
  494. ; IP filter dialog
  495. IPFilter                =
  496.  
  497. Wizard                    =
  498.  
  499. ListAdd                    =
  500. ListRemove                =
  501.  
  502. ExportAll                =
  503.  
  504. Collapse                =
  505. ExpandMain                =
  506. ExpandAll                =
  507.  
  508. Category                =
  509.  
  510. Priority                =
  511. Prio_Normal                =
  512. Prio_Auto                =
  513. Prio_High                =
  514. Prio_Low                =
  515.  
  516. PasteLink                =
  517. eD2kLink                =
  518.  
  519. IrcClipboard            =
  520.  
  521.  
  522.  
  523. [Bitmaps]
  524.  
  525. ; *****************************************************************************
  526. ; Specifying bitmap (image) resource files
  527. ; *****************************************************************************
  528. ;
  529. ; Syntax:
  530. ; -------
  531. ;
  532. ;  <BitmapID> = <Path>
  533. ;
  534. ;  <BitmapID>.. Identifier of the bitmap (case insensitive)
  535. ;  <Path> ..... Path to the bitmap resource file. The path may also contain
  536. ;               environment variables enclosed in '%' characters. For easier
  537. ;               distribution of eMule Skin Profiles, the paths should be
  538. ;               specified *relative* or with system environment variables.
  539. ;               Supported file formats: BMP, GIF, JPG (and some more if GDIPLUS.DLL
  540. ;               is available)
  541.  
  542. ; Splash & About dialog (350 x 300 pixels)
  543. About                    =
  544.  
  545. ; Main toolbar background
  546. MainToolBarBk            =
  547.  
  548.  
  549.  
  550. [HTML]
  551.  
  552. ; *****************************************************************************
  553. ; Specifying HTML files
  554. ; *****************************************************************************
  555. ;
  556. ; Syntax:
  557. ; -------
  558. ;
  559. ;  <HTMLID> = <Path>
  560. ;
  561. ;  <HTMLID>.... Identifier of the HTMLID (case insensitive)
  562. ;  <Path> ..... Path to the HTMLID file. The path may also contain
  563. ;               environment variables enclosed in '%' characters. For easier
  564. ;               distribution of eMule Skin Profiles, the paths should be
  565. ;               specified *relative* or with system environment variables.
  566.  
  567. ; Mini eMule window
  568. MiniMule                =
  569.  
  570.